ESRI.ArcGIS.Mobile
FromWgs84(Generic IList) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace > SpatialReference Class > FromWgs84 Method : FromWgs84(Generic IList) Method

coordinates

Syntax

Visual Basic (Declaration) 
Public Overloads Function FromWgs84( _
   ByVal coordinates As IList(Of Coordinate) _
) As CoordinateCollection
C# 
public CoordinateCollection FromWgs84( 
   IList<Coordinate> coordinates
)

Parameters

coordinates

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also